home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-29 | 1.5 KB | 93 lines | [TEXT/MPS ] |
- /* SelectFolder.r: Standard File dialog for folder selection for ProjectDrag.
- * Copied from Inside Macintosh: Files. Not yet used in ProjectDrag.
- *
- * A set of applets for drag and drop source control by Tim Maroney.
- * See develop, issue 23 for details.
- *
- * Built on DropShell by Leonard Rosenthol, Stephan Somogyi, and Marshall Clow,
- * and using the MoreFiles utilities by Jim Luther.
- *
- * This software is free, but don't modify and redistribute it without
- * changing the status window to indicate your name and your changes!
- */
-
-
- #define SystemSevenOrLater 1
- #include "Types.r"
- #include "SysTypes.r"
-
- resource 'DLOG' (128, purgeable) {
- {0, 0, 196, 344},
- dBoxProc,
- invisible,
- noGoAway,
- 0x0,
- 128,
- "",
- noAutoCenter
- };
-
- resource 'DITL' (128, purgeable) {
- { /* array DITLarray: 10 elements */
- /* [1] */
- {135, 252, 155, 332},
- Button {
- enabled,
- "Open"
- },
- /* [2] */
- {104, 252, 124, 332},
- Button {
- enabled,
- "Cancel"
- },
- /* [3] */
- {0, 0, 0, 0},
- HelpItem {
- disabled,
- HMScanhdlg {
- -6042
- }
- },
- /* [4] */
- {8, 235, 24, 337},
- UserItem {
- enabled
- },
- /* [5] */
- {32, 252, 52, 332},
- Button {
- enabled,
- "Eject"
- },
- /* [6] */
- {60, 252, 80, 332},
- Button {
- enabled,
- "Desktop"
- },
- /* [7] */
- {29, 12, 159, 230},
- UserItem {
- enabled
- },
- /* [8] */
- {6, 12, 25, 230},
- UserItem {
- enabled
- },
- /* [9] */
- {91, 251, 92, 333},
- Picture {
- disabled,
- 11
- },
- /* [10] */
- {168, 23, 188, 215},
- Button {
- enabled,
- "Proud to be a button!"
- }
- }
- };
-